You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > Copy Method > MatrixInt.Copy Method ([In] TMtxInt, int, int, int, int, int, int, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.Copy Method ([In] TMtxInt, int, int, int, int, int, int, bool)

Copy the Mtx elements [MtxRow,MtxCol]..[MtxRow+NrRows-1,MtxCol+NrCols-1] to the calling matrix elements [Row,Col],,[Row+NrRows-1,Col+NrCols-1].

Syntax
C#
Visual Basic
public TMtxInt Copy([In] TMtxInt Mtx, int MtxRow, int MtxCol, int Row, int Col, int NrRows, int NrCols, bool Transpose);

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun. If Transpose is true, the matrix is transposed as well.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!